home *** CD-ROM | disk | FTP | other *** search
/ PC World Komputer 2010 April / PCWorld0410.iso / redakcyjne / programy / Karaoke 5 37.9 / karaoke5.exe / {app} / karaoke.exe / 0 / RCDATA / TFRXFORMATEDITORFORM / TFRXFORMATEDITORFORM.txt
Text File  |  2010-01-24  |  2KB  |  116 lines

  1. object frxFormatEditorForm: TfrxFormatEditorForm
  2.   Left = 196
  3.   Top = 109
  4.   BorderStyle = bsDialog
  5.   Caption = 'Display Format'
  6.   ClientHeight = 264
  7.   ClientWidth = 316
  8.   Color = clBtnFace
  9.   Font.Charset = DEFAULT_CHARSET
  10.   Font.Color = clWindowText
  11.   Font.Height = -11
  12.   Font.Name = 'Tahoma'
  13.   Font.Style = []
  14.   KeyPreview = True
  15.   OldCreateOrder = False
  16.   Position = poScreenCenter
  17.   OnCreate = FormCreate
  18.   OnHide = FormHide
  19.   OnKeyDown = FormKeyDown
  20.   OnShow = FormShow
  21.   PixelsPerInch = 96
  22.   TextHeight = 13
  23.   object OkB: TButton
  24.     Left = 156
  25.     Top = 232
  26.     Width = 75
  27.     Height = 25
  28.     Caption = 'OK'
  29.     Default = True
  30.     ModalResult = 1
  31.     TabOrder = 0
  32.   end
  33.   object CancelB: TButton
  34.     Left = 236
  35.     Top = 232
  36.     Width = 75
  37.     Height = 25
  38.     Cancel = True
  39.     Caption = 'Cancel'
  40.     ModalResult = 2
  41.     TabOrder = 1
  42.   end
  43.   object CategoryL: TGroupBox
  44.     Left = 4
  45.     Top = 4
  46.     Width = 151
  47.     Height = 137
  48.     Caption = 'Category'
  49.     TabOrder = 2
  50.     object CategoryLB: TListBox
  51.       Left = 8
  52.       Top = 20
  53.       Width = 133
  54.       Height = 105
  55.       ItemHeight = 13
  56.       TabOrder = 0
  57.       OnClick = CategoryLBClick
  58.     end
  59.   end
  60.   object FormatL: TGroupBox
  61.     Left = 160
  62.     Top = 4
  63.     Width = 151
  64.     Height = 137
  65.     Caption = 'Format'
  66.     TabOrder = 3
  67.     object FormatLB: TListBox
  68.       Left = 8
  69.       Top = 20
  70.       Width = 133
  71.       Height = 105
  72.       ItemHeight = 13
  73.       Style = lbOwnerDrawFixed
  74.       TabOrder = 0
  75.       OnClick = FormatLBClick
  76.       OnDrawItem = FormatLBDrawItem
  77.     end
  78.   end
  79.   object GroupBox1: TGroupBox
  80.     Left = 4
  81.     Top = 146
  82.     Width = 307
  83.     Height = 73
  84.     TabOrder = 4
  85.     object FormatStrL: TLabel
  86.       Left = 8
  87.       Top = 16
  88.       Width = 68
  89.       Height = 13
  90.       Caption = 'Format string:'
  91.     end
  92.     object SeparatorL: TLabel
  93.       Left = 8
  94.       Top = 44
  95.       Width = 90
  96.       Height = 13
  97.       Caption = 'Decimal separator:'
  98.     end
  99.     object FormatE: TEdit
  100.       Left = 152
  101.       Top = 12
  102.       Width = 133
  103.       Height = 21
  104.       TabOrder = 0
  105.     end
  106.     object SeparatorE: TEdit
  107.       Left = 152
  108.       Top = 40
  109.       Width = 25
  110.       Height = 21
  111.       TabOrder = 1
  112.       Text = ','
  113.     end
  114.   end
  115. end
  116.